Skip to content

Docs: fix removed airflow webserver command in FAB SSO guide for Airflow 3#68166

Merged
vincbeck merged 1 commit into
apache:mainfrom
Dotify71:docs/fix-sso-webserver-command
Jun 8, 2026
Merged

Docs: fix removed airflow webserver command in FAB SSO guide for Airflow 3#68166
vincbeck merged 1 commit into
apache:mainfrom
Dotify71:docs/fix-sso-webserver-command

Conversation

@Dotify71

@Dotify71 Dotify71 commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the FAB auth manager SSO configuration guide to use current Airflow 3 terminology.

Specifically, this change:

  • replaces the outdated airflow webserver --reload command (removed in Airflow 3) with airflow api-server
  • renames the step title from "Restart Airflow Webserver" to "Restart Airflow API Server"

Why

A user following the SSO setup guide step-by-step would complete all the OAuth2 configuration steps and then fail at the very last step (Step 5) when running airflow webserver --reload, which no longer exists in Airflow 3. This is a documentation inconsistency left over from the Airflow 2 era.

This is similar to the fix already applied to configuring-flask-app.rst in PR #68162.

Closes #68165.

Replace outdated `airflow webserver --reload` (Airflow 2) with the
correct `airflow api-server` command for Airflow 3. Also update the
step heading from 'Restart Airflow Webserver' to 'Restart Airflow API
Server' to match current Airflow 3 terminology.

Closes apache#68165
@vincbeck vincbeck merged commit 0a2aefa into apache:main Jun 8, 2026
69 checks passed
@boring-cyborg

boring-cyborg Bot commented Jun 8, 2026

Copy link
Copy Markdown

Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: sso.rst still uses removed airflow webserver --reload command from Airflow 2

2 participants